type net.byMaskLength

5 uses

	net (current package)
		addrselect.go#L277: 	sort.Sort(sort.Reverse(byMaskLength(rfc6724policyTable)))
		addrselect.go#L282: type byMaskLength []policyTableEntry
		addrselect.go#L284: func (s byMaskLength) Len() int      { return len(s) }
		addrselect.go#L285: func (s byMaskLength) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
		addrselect.go#L286: func (s byMaskLength) Less(i, j int) bool {